Failed to load impl code.

Last post 04-09-2013, 6:49 AM by Kenneth. 2 replies.
Sort Posts: Previous Next
  •  04-05-2013, 5:13 PM 77175

    Failed to load impl code.

    Hi,

    I am using Visual studio 2010 and .net framework 4, IIS 7 or more. I am using cuteeditor. Sometimes cuteeditor is not able to load the icons and it gives javascript error: failed to load impl code. Error point to file Load.ashx.

    Website is a secured website.

    Would you please help me in this regard. Also, I am not able to find live chat support for cuteeditor any more. Is live chat support is no more available?

    Thanks

  •  04-05-2013, 8:21 PM 77178 in reply to 77175

    Re: Failed to load impl code.

    When you say sometimes, does that mean that sometimes it does load it? I had a similar problem and found that it was caused by other code I had in my javascript that was the problem; namely I had a line event.preventDefault(); and I took it out. Check for javascript code that doesnt need to be there.
  •  04-09-2013, 6:49 AM 77182 in reply to 77175

    Re: Failed to load impl code.

    Hi sarad1,

     

    1. If you are using dynamic content compression on your IIS, please disable it and try again.

     

    Compression-->Enable dynamic content compression 

     

    2. Do you get the same problem with the example page below? If this issue only happens in your special page, please create an exmaple which can reproduce this issue and send it to Kenneth@CuteSoft.net, so I can check it for you.

     

    1. <%@ Page Language="C#" AutoEventWireup="true" %>  
    2.   
    3. <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>  
    4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
    5. <html xmlns="http://www.w3.org/1999/xhtml">  
    6. <head id="Head1" runat="server">  
    7.     <title></title>  
    8. </head>  
    9. <body>  
    10.     <form id="form1" runat="server">  
    11.         <div id="div1" style="width: 1000px">  
    12.             <CE:Editor ID="Editor1" runat="server">  
    13.             </CE:Editor>  
    14.     </form>  
    15. </body>  
    16. </html>  
     

    3. If allow, I suggest you download the latest build to try again.

     

    Latest build download url: http://cutesoft.net/downloads/folders/21904/download.aspx

     

    Regards,

     

    Ken 

View as RSS news feed in XML